home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / ftask102.zip / FTASKMAN.TXT < prev   
Text File  |  1993-07-24  |  4KB  |  154 lines

  1. FTaskman - Taskmanager (c) 1993 by Andreas Furrer
  2. =================================================
  3.  
  4.  
  5. This is version 1.02 of FTaskman.
  6.  
  7. FTaskman is a replacement for the taskmanager of Windows 3.1
  8.  
  9.  
  10. FTaskman has the following additional functions to the normal taskmanager
  11.  
  12. - display the icons of all tasks (switchable)
  13. - multiselection -> e.g. end several tasks
  14. - show also invisible tasks (switchable)
  15. - minimize other tasks when 'Switch to'
  16. - new commands:
  17.   ╖ minimize selected tasks
  18.   ╖ minimize all tasks with the exception of the selected
  19.   ╖ minimize all tasks
  20.   ╖ set tasks invisible or visible
  21.   ╖ set tasks stay on top or delete stay on top
  22.   ╖ tile windows horizontally or vertically
  23.  
  24.  
  25. There is an english an a german version of FTaskman.
  26.  
  27.  
  28. Installation of FTaskman:
  29. =========================
  30.  
  31. - To use the german you have to rename FTASKMAN.EXG in FTASKMAN.EXE.
  32. - Copy FTASKMAN.EXE in your windows directory (or any directory you want)
  33. - Add the following line to the section [Boot] of the file SYSTEM.INI:
  34.  
  35.    TASKMAN.EXE=C:\WINDOWS\FTASKMAN.EXE
  36.   
  37.    (If you don't have copied FTASKMAN.EXE in the directory C:\WINDOWS
  38.     change this path to the name of the directory in which you have copied
  39.     FTASKMAN.EXE!)
  40.  
  41. Commands of FTaskman
  42. ====================
  43.  
  44. - Switch to: 
  45.     show selected tasks and activate the first of the seleted
  46. - End Task(s)
  47.     end selected tasks
  48. - Cancel
  49.     close taskman without doing anything
  50. - Minimize task(s)
  51.     minimize selected tasks
  52. - Minimize others
  53.     minimize all tasks with the exception of the selected
  54. - Minimize all
  55.     minimize all tasks
  56. - Tile
  57.     tile all mainwindows
  58. - Cascade vertical
  59.     Cascade mainwindows vertical
  60. - Cascade horizontal
  61.     Cascade mainwindows horizontal
  62. - Show invisible
  63.     show invisible tasks
  64. - v
  65.     show extented dialog
  66. - Arrange icons
  67.     arrange desktop icons
  68. - Task(s) invisible
  69.     set selected tasks invisible 
  70. - Task(s) visible
  71.     set selected tasks visible
  72. - Task(s) on Top
  73.     set selected tasks stay on top
  74. - Task(s) not on Top
  75.     clear stay on top of selected tasks
  76. - Options
  77.     show options dialog
  78. - About
  79.     show version number and copyright information
  80.  
  81. Options dialog:
  82.  
  83. - Show icons in tasklist
  84. - Default: show invisible
  85. - Default: show extented dialog
  86. - Minimize other tasks when 'Switch to'
  87.     If you switch to one or more tasks with 'Switch to', all other tasks 
  88.     will be minimized
  89.  
  90.  
  91. You can also access each command with a popup menu, if you press the right 
  92. mouse button in the task listbox.
  93.  
  94.  
  95. Invisible tasks will be marked with a 'ñ'.
  96.  
  97. The tasklist will not show tasks which have no title, because the standard
  98. taskmanager also don't show them and there are a lot of untiteled windows 
  99. which your system uses for internal things.
  100.  
  101.  
  102. FTaskman will use the CTRL3D library from Microsoft to let the dialog controls
  103. look 3 dimensional. If you don't like this look, just delete CTRL3D.DLL or add
  104.  
  105. Ctl3d=0
  106.  
  107. to the section
  108.  
  109. [FTaskMan]
  110.  
  111. in WIN.INI
  112.  
  113.  
  114.  
  115. Freeware-Note
  116. =============
  117.  
  118. You can use and distribute FTaskman free, as long as the following files are 
  119. not changed and you distribute all files together
  120.  
  121. - ftaskman.exe
  122. - ftaskman.exg
  123. - ftaskman.txt
  124. - ftaskman.txg
  125.  
  126. I am programming FTaskman because I have fun and not to make any profit. 
  127. That's why FTaskman is free and you don't have to pay more or less high 
  128. registration charges. I think it is a bad habit, that more and more program 
  129. authors want to have money even for the smallest programs.
  130.  
  131. Long live the Freeware!
  132.  
  133.  
  134. If you have problems, comments, suggestions or you detect one error, 
  135. please E-Mail to
  136.  
  137. s_furrer@ira.uka.de
  138.  
  139.  
  140. (c) 1993 by Andreas Furrer
  141.  
  142.  
  143. Version history
  144. =================
  145.  
  146. 1.02: - Now FTaskman will use the CTRL3D library from Microsoft to let 
  147.        the dialog controls look 3 dimensional
  148.       - Error fixed in the english version: exchanged Cascade and Tile
  149. 1.01: - If an applicatφon has no icon, FTaskman will dislay Windows 
  150.         default icon
  151.       - Error fixed: With a resolution of 640x480 you have not seen 
  152.         the whole extented dialog sometimes
  153. 1.00: First version of FTaskman.
  154.